3.1117 \(\int \frac {a+b x+c x^2}{(b d+2 c d x)^5} \, dx\)

Optimal. Leaf size=37 \[ \frac {\left (a+b x+c x^2\right )^2}{2 d^5 \left (b^2-4 a c\right ) (b+2 c x)^4} \]

[Out]

1/2*(c*x^2+b*x+a)^2/(-4*a*c+b^2)/d^5/(2*c*x+b)^4

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 37, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.045, Rules used = {682} \[ \frac {\left (a+b x+c x^2\right )^2}{2 d^5 \left (b^2-4 a c\right ) (b+2 c x)^4} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*x + c*x^2)/(b*d + 2*c*d*x)^5,x]

[Out]

(a + b*x + c*x^2)^2/(2*(b^2 - 4*a*c)*d^5*(b + 2*c*x)^4)

Rule 682

Int[((d_) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Simp[(2*c*(d + e*x)^(m +
1)*(a + b*x + c*x^2)^(p + 1))/(e*(p + 1)*(b^2 - 4*a*c)), x] /; FreeQ[{a, b, c, d, e, m, p}, x] && NeQ[b^2 - 4*
a*c, 0] && EqQ[2*c*d - b*e, 0] && EqQ[m + 2*p + 3, 0] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \frac {a+b x+c x^2}{(b d+2 c d x)^5} \, dx &=\frac {\left (a+b x+c x^2\right )^2}{2 \left (b^2-4 a c\right ) d^5 (b+2 c x)^4}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 38, normalized size = 1.03 \[ -\frac {4 c \left (a+2 c x^2\right )+b^2+8 b c x}{32 c^2 d^5 (b+2 c x)^4} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x + c*x^2)/(b*d + 2*c*d*x)^5,x]

[Out]

-1/32*(b^2 + 8*b*c*x + 4*c*(a + 2*c*x^2))/(c^2*d^5*(b + 2*c*x)^4)

________________________________________________________________________________________

fricas [B]  time = 1.02, size = 85, normalized size = 2.30 \[ -\frac {8 \, c^{2} x^{2} + 8 \, b c x + b^{2} + 4 \, a c}{32 \, {\left (16 \, c^{6} d^{5} x^{4} + 32 \, b c^{5} d^{5} x^{3} + 24 \, b^{2} c^{4} d^{5} x^{2} + 8 \, b^{3} c^{3} d^{5} x + b^{4} c^{2} d^{5}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+b*x+a)/(2*c*d*x+b*d)^5,x, algorithm="fricas")

[Out]

-1/32*(8*c^2*x^2 + 8*b*c*x + b^2 + 4*a*c)/(16*c^6*d^5*x^4 + 32*b*c^5*d^5*x^3 + 24*b^2*c^4*d^5*x^2 + 8*b^3*c^3*
d^5*x + b^4*c^2*d^5)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 60, normalized size = 1.62 \[ \frac {\frac {b^{2}}{{\left (2 \, c d x + b d\right )}^{4} c^{2}} - \frac {4 \, a}{{\left (2 \, c d x + b d\right )}^{4} c} - \frac {2}{{\left (2 \, c d x + b d\right )}^{2} c^{2} d^{2}}}{32 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+b*x+a)/(2*c*d*x+b*d)^5,x, algorithm="giac")

[Out]

1/32*(b^2/((2*c*d*x + b*d)^4*c^2) - 4*a/((2*c*d*x + b*d)^4*c) - 2/((2*c*d*x + b*d)^2*c^2*d^2))/d

________________________________________________________________________________________

maple [A]  time = 0.05, size = 42, normalized size = 1.14 \[ \frac {-\frac {4 a c -b^{2}}{32 \left (2 c x +b \right )^{4} c^{2}}-\frac {1}{16 \left (2 c x +b \right )^{2} c^{2}}}{d^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*x^2+b*x+a)/(2*c*d*x+b*d)^5,x)

[Out]

1/d^5*(-1/32*(4*a*c-b^2)/c^2/(2*c*x+b)^4-1/16/c^2/(2*c*x+b)^2)

________________________________________________________________________________________

maxima [B]  time = 1.36, size = 85, normalized size = 2.30 \[ -\frac {8 \, c^{2} x^{2} + 8 \, b c x + b^{2} + 4 \, a c}{32 \, {\left (16 \, c^{6} d^{5} x^{4} + 32 \, b c^{5} d^{5} x^{3} + 24 \, b^{2} c^{4} d^{5} x^{2} + 8 \, b^{3} c^{3} d^{5} x + b^{4} c^{2} d^{5}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+b*x+a)/(2*c*d*x+b*d)^5,x, algorithm="maxima")

[Out]

-1/32*(8*c^2*x^2 + 8*b*c*x + b^2 + 4*a*c)/(16*c^6*d^5*x^4 + 32*b*c^5*d^5*x^3 + 24*b^2*c^4*d^5*x^2 + 8*b^3*c^3*
d^5*x + b^4*c^2*d^5)

________________________________________________________________________________________

mupad [B]  time = 0.07, size = 85, normalized size = 2.30 \[ -\frac {\frac {b^2+4\,a\,c}{32\,c^2}+\frac {x^2}{4}+\frac {b\,x}{4\,c}}{b^4\,d^5+8\,b^3\,c\,d^5\,x+24\,b^2\,c^2\,d^5\,x^2+32\,b\,c^3\,d^5\,x^3+16\,c^4\,d^5\,x^4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x + c*x^2)/(b*d + 2*c*d*x)^5,x)

[Out]

-((4*a*c + b^2)/(32*c^2) + x^2/4 + (b*x)/(4*c))/(b^4*d^5 + 16*c^4*d^5*x^4 + 32*b*c^3*d^5*x^3 + 24*b^2*c^2*d^5*
x^2 + 8*b^3*c*d^5*x)

________________________________________________________________________________________

sympy [B]  time = 0.63, size = 90, normalized size = 2.43 \[ \frac {- 4 a c - b^{2} - 8 b c x - 8 c^{2} x^{2}}{32 b^{4} c^{2} d^{5} + 256 b^{3} c^{3} d^{5} x + 768 b^{2} c^{4} d^{5} x^{2} + 1024 b c^{5} d^{5} x^{3} + 512 c^{6} d^{5} x^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x**2+b*x+a)/(2*c*d*x+b*d)**5,x)

[Out]

(-4*a*c - b**2 - 8*b*c*x - 8*c**2*x**2)/(32*b**4*c**2*d**5 + 256*b**3*c**3*d**5*x + 768*b**2*c**4*d**5*x**2 +
1024*b*c**5*d**5*x**3 + 512*c**6*d**5*x**4)

________________________________________________________________________________________